[HVM] Sync p2m table across all vcpus on x86_32p xen.
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Wed, 26 Jul 2006 10:34:12 +0000 (11:34 +0100)
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Wed, 26 Jul 2006 10:34:12 +0000 (11:34 +0100)
commite1c85225b6d0500b505adf54277e331cc3b953b3
treedb0d5ca442b92f99da61474e53a68b7d4a389ca0
parentab488e380243c5a4c17d022d6725b3ef5da601af
[HVM] Sync p2m table across all vcpus on x86_32p xen.
We found VGA acceleration can not work on SMP VMX guests on x86_32p
xen, this is caused by the way we construct p2m table today: only the 1st
l2 page table slot that maps p2m table pages is copied to none-vcpu0 vcpu
monitor page table when VMX is created. But VGA acceleration will
create some p2m table entries beyond the 1st l2 page table slot after HVM is
created, so only vcpu0 can get these p2m entries, and other vcpu can
not do VGA acceleration.

Signed-off-by: Xin Li <xin.b.li@intel.com>
xen/arch/x86/shadow_public.c